home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / macintosh / no < prev    next >
Text File  |  2005-01-13  |  2KB  |  59 lines

  1. // $XConsortium: no /main/3 1996/08/31 12:20:02 kaleb $
  2. // $XFree86: xc/programs/xkbcomp/symbols/no,v 3.3.2.1 1997/07/26 06:31:01 dawes Exp $
  3. partial default alphanumeric_keys 
  4. xkb_symbols "basic" {
  5.  
  6.     // Describes the differences between a very simple en_US
  7.     // keyboard and a very simple Norwegian keybaord
  8.  
  9.     name[Group1]= "Norwegian";
  10.  
  11.     key <TLDE> {    [             bar,         section      ]    };
  12.     key <AE02> {    [               2,        quotedbl         ],    
  13.             [           at,     oneeighth    ]    };
  14.     key <AE04> {    [            4,        currency    ],
  15.             [       dollar,        dollar    ]    };
  16.     key <AE03> {    [               3,    numbersign     ],
  17.             [        sterling,        sterling    ]    };
  18.     key <AE06> {    [               6,       ampersand         ]    };
  19.     key <AE07> {    [               7,           slash         ],
  20.             [          bar,       backslash    ]      };
  21.     key <AE08> {    [               8,       parenleft         ],
  22.             [     bracketleft,     braceleft    ]    };
  23.     key <AE09> {    [               9,      parenright         ],
  24.             [    bracketright,      braceright    ]    };
  25.     key <AE10> {    [               0,           equal         ]    };
  26.  
  27.     key <AB08> {    [           comma,       semicolon         ]    };
  28.     key <AB09> {    [          period,           colon         ]    };
  29.     key <AB10> {    [           minus,      underscore         ]    };
  30.     key    <AC10> {    [       oslash,        Ooblique      ],
  31.             [      odiaeresis,     Odiaeresis    ]    };
  32.     key <AE11> {    [            plus,        question      ]    };
  33.     key <AC11> {    [              ae,              AE     ]    };
  34.     key <AD11> {    [        aring,           Aring         ]    };
  35.     key <AE12> {    [      dead_grave,      dead_acute    ],
  36.             [        acute,     dead_ogonek     ]    };
  37.     key <AD12> {    [       diaeresis,     asciicircum         ],    
  38.             [      asciitilde,     dead_macron         ]          };
  39.     key <BKSL> {    [              at,        asterisk    ]    };
  40.     key <LSGT> {    [            less,         greater    ]    };
  41.  
  42.     // End alphanumeric section
  43.  
  44. };
  45.  
  46.  
  47. partial alphanumeric_keys 
  48. xkb_symbols "nodeadkeys" {
  49.  
  50.     // Modifies the basic Norwegian layout to eliminate dead keys
  51.  
  52.     include "macintosh/no(basic)"
  53.     key <AE12> {    [           grave,           acute    ],
  54.             [        acute,          ogonek     ]    };
  55.     key <AD12> {    [       diaeresis,     asciicircum         ],    
  56.             [      asciitilde,          macron         ]          };
  57.  
  58. };
  59.